home *** CD-ROM | disk | FTP | other *** search
/ Clickx 13 / Clickx 13.iso / mac / Utilities / Dialog Studio Lite 1.1.1 / Goodies / Sample Dialogs / New Document.scr < prev    next >
Encoding:
Text File  |  2001-03-01  |  541 b   |  8 lines  |  [TEXT/ToyS]

  1. set theDialog to {size:{330, 120}, style:movable dialog, closeable:false, name:"New Document", default item:4, contents:{¬
  2.     {class:static text, bounds:{64, 16, 264, 32}, contents:"Choose a new name:"}, ¬
  3.     {class:text field, bounds:{67, 43, 261, 59}, value:"Untitled document"}, ¬
  4.     {class:icon, bounds:{16, 16, 48, 48}, contents:1}, ¬
  5.     {class:push button, bounds:{242, 84, 312, 104}, name:"OK"}, ¬
  6.     {class:push button, bounds:{157, 84, 227, 104}, name:"Cancel"}}}
  7.  
  8. dd auto dialog theDialog with fonts {name:"Charcoal", size:12} with grayscale